Current File : /var/www/vinorea/var/cache/dev/ContainerNf3vR0M/getProductImageFileValidatorService.php |
<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'PrestaShop\PrestaShop\Adapter\Image\ProductImageFileValidator' shared service.
return $this->services['PrestaShop\\PrestaShop\\Adapter\\Image\\ProductImageFileValidator'] = new \PrestaShop\PrestaShop\Adapter\Image\ProductImageFileValidator(($this->services['prestashop.core.configuration.upload_size_configuration'] ?? $this->load('getPrestashop_Core_Configuration_UploadSizeConfigurationService.php'))->getMaxUploadSizeInBytes(), ($this->services['prestashop.adapter.upload_quota.configuration'] ?? $this->load('getPrestashop_Adapter_UploadQuota_ConfigurationService.php')));